@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');

html{
   scroll-behavior:smooth;
}
.logo{
  width: auto;
}

/*navbar starts*/
.navbar-toggler{
  color: gray;
}
.navbar{
  position: fixed !important;
  overflow: hidden;
  top: 0;
  display: flex;
  justify-content: space-between;
  background-color: black;
}
.header{
  font-family: 'Mochiy Pop One', sans-serif;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100%;
  }
.navbar span {
  position: relative;
  display: inline-block;
  gap: 5px;
  align-items: center;
  list-style: none;
}
.navbar span a {
  font-size: 25px;
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
.header .navbar-nav .nav-link{
  position: relative;
  display: inline-block;
  color: transparent;
}
.navbar span a::before {
  content: attr(data-text);
  position: absolute;
  color: var(--clr);
  width: 0;
  overflow: hidden;
  display: inline-block;
  transition: 1s;
  border-right: 8px solid var(--clr);
  -webkit-text-stroke: 1px var(--clr);
}
.navbar span a:hover::before {
  width: 94%;
  filter: drop-shadow(0 0 25px var(--clr))
}

@media (max-width: 1440px) {
  .navbar-nav a{
    font-size: 22px !important;
  }
}
@media (max-width: 1290px) {
  .navbar-nav a{
    font-size: 17px !important;
  }
}
@media (max-width: 1090px) {
  .navbar-nav a{
    padding-left: 0px !important;
     padding-right: 0px !important;
  }
}
@media (max-width: 992px) {
  .navbar-nav a{
    font-size: 17px !important;
  }
}
@media (max-width: 768px) {
  .navbar-nav a{
    margin-left: 20px;
  }
}
/*navbar css ends*/

/*homepage css starts*/
.row-home{
  width: auto;
  height: 120vh;
  display: flex;
  background-color: black !important;
  align-items: center;
  overflow: hidden;
}
 .name {
    display: flex !important;
    font-size: 80px !important;
    font-family: Cooper Black !important;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 640px) {
  .name{
    font-size: 70px !important;
  }
}
@media (max-width: 580px) {
  .name{
    font-size: 55px !important;
  }
}
@media (max-width: 525px) {
  .name{
    font-size: 50px !important;
  }
}
@media (max-width: 425px) {
  .name{
    font-size: 40px !important;
  }
}
@media (max-width: 380px) {
  .name{
    font-size: 40px !important;
  }
}
@media (max-width: 350px) {
  .name{
    font-size: 30px !important;
  }
}
  .name>span {
    display: inline-block !important;
    animation: flip 2s !important;
    animation-delay: calc(0.9s * var(--x)) !important;
    background: linear-gradient(to right, pink, purple);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  }
 .max-width {
    margin: auto 0 0 40px;
}
.min-width {
    margin: auto 0 0 40px;
}
.min-width{
    margin-bottom: 50px;
    font-weight: bold;
}
 .home-content .text-1 {
    font-size: 45px;
    color: white;
    margin-top: 100px;
    margin-left: auto;
     margin-right: auto;
    text-align: left !important;
    font-family: Eras Bold ITC;
}
@media (max-width: 400px) {
  .home-content .text-1{
    font-size: 30px !important;
  }
}
@media (min-width: 1400px) {
  .home-content .text-1{
    margin-left: 80px !important;
  }
}
 .home-content .text-3 {
    font-size: 45px;
    font-weight: 200px;
    margin-left: auto;
    background: -webkit-linear-gradient(blue, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 400px) {
  .home-content .text-3{
    font-size: 25px !important;
   margin-left: 0px !important;
  }
}
@media (max-width: 466px) {
  .home-content .text-3{
    font-size: 20px !important;
   margin-left: 0px !important;
   height: 80px;
  }
}
@media (max-width: 685px) {
  .home-content .text-3{
    font-size: 29px !important;
   margin-left: 0px !important;
  }
}
@media (min-width: 1400px) {
  .home-content .text-3{
    margin-left: 80px !important;
  }
}
.glow-on-hover {
  width: 200px !important;
  height: 50px !important;
  border: none !important;
  outline: none !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #111 !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  border-radius: 10px !important;
    margin-left: 80px !important;
    margin-bottom: 50px !important;
}
.glow-on-hover2 {
  width: 200px !important;
  height: 50px !important;
  border: none !important;
  outline: none !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #111 !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  border-radius: 10px !important;
  margin-left: 80px !important;
  margin-bottom: 50px !important;
}
.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  background-size: 400%;
  background-position: 0 0;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 5;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}
.glow-on-hover2:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  background-size: 400%;
  background-position: 0 0;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 5;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}
.glow-on-hover:active {
  color: #000;
}
.glow-on-hover2:active {
  color: #000;
}
.glow-on-hover:active:after {
  background: transparent;
}
.glow-on-hover2:active:after {
  background: transparent;
}
.glow-on-hover:hover:before {
  opacity: 3;
}
.glow-on-hover2:hover:before {
  opacity: 3;
}
.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 400%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.glow-on-hover2:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 400%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
  .glow-on-hover > span {
    font-size: 18px;
    margin-top: 9px;
    margin-left: 10px;
    color: white;
  }
  .glow-on-hover2 > span {
    font-size: 18px;
    margin-top: 9px;
    color: white;
  }

@media (max-width: 300px) {
  .glow-on-hover{
    width: 180px !important;
  }
}
@media (max-width: 300px) {
  .glow-on-hover2{
    width: 180px !important;
  }
}
@media (min-width: 1400px) {
  .glow-on-hover{
    margin-left: 120px !important;
  }
}
/*homepage css ends*/

/*About css starts*/
.aboutbtn {
  width: 200px !important;
  height: 50px !important;
  border: none !important;
  outline: none !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #111 !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  border-radius: 10px !important;
}
.aboutbtn:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  background-size: 400%;
  background-position: 0 0;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 5;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}
.aboutbtn:active {
  color: #000;
}
.aboutbtn:active:after {
  background: transparent;
}
.aboutbtn:hover:before {
  opacity: 3;
}
.aboutbtn:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 400%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
  .aboutbtn > div {
    font-size: 18px;
    color: white;
  }
@media (max-width: 300px) {
  .aboutbtn{
    width: 180px !important;
  }
}
@media (max-width: 768px) {
  .aboutbtn{
    margin-left: 55px !important;
  }
}
.desc p {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
  background: #fafafa;
  color: gray;
  margin-right: 70px;
   }
.desc a {
  color: #CA82F8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    text-decoration: underline;
    color: white !important; }
  a:focus, a:active {
    outline: none;
  }
.colorlib-about p {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-family: "Karla", Arial, sans-serif; }
.colorlib-about h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Georgia, serif;
}
#colorlib-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  
  @media screen and (max-width: 768px) {
    #colorlib-page {
      padding-top: 5em; } }

  @media screen and (max-width: 768px) {
    .desc p {
      margin-left: 50px; } }

#colorlib-about {
  padding: 10em 0;
  clear: both;
  position: relative; }
  @media screen and (max-width: 768px) {
    #colorlib-about {
      padding: 5em 0; } }

  .rotate .heading {
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    position: relative; }
    .rotate .heading:after {
      position: absolute;
      top: 8px;
      content: '';
      background: #000;
      width: 40px;
      height: 1px; }

.about-desc {
  padding-top: 3em; }
  .about-desc h2 {
    line-height: 1.3; }
    .about-desc h2 span {
      display: block;
      margin-bottom: 0;
      color: #000;
      font-size: 50px;
      font-family: "Playfair Display", Georgia, serif; }
  .about-desc .desc {
    position: relative; }
  .about-desc .rotate {
    position: absolute;
    top: 7px;
     }
    .about-desc .rotate .heading {
      font-family: "Karla", Arial, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1em;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
      transform-origin: left top 0;
      position: relative; }
      .about-desc .rotate .heading:after {
        position: absolute;
        top: 8px;
        content: '';
        background: #000;
        width: 40px;
        height: 1px; }

.bold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 250px;
  color: #f0f0f0;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .bold {
      font-size: 60px; } }

 .owl-carousel {
  z-index: 0; }

 .owl-carousel {
  z-index: -1; }

.colorlib-social-icons a:hover, .colorlib-social-icons a:focus {
  text-decoration: none !important; }

.colorlib-social-icons i {
  font-size: 22px;
  color: #CA82F8; }

.js .animate-box {
  opacity: 0; }
/*About css ends*/

/*Skills css starts*/
.skills span{
  position: relative;
  display: inline-block;
}
.skills-bar {
margin-bottom: 50px;
}
.skills-bar .bar {
    margin: 25px 0;
}
   .skills-bar .bar .info span {
    font-size: 2rem;
    font-weight: 500;
}
.skills-bar .bar .info {
    margin-bottom: 8px;
    color: #07374a;
  }
 .progress-line {
    position: relative;
    height: 10px;
    width: auto;
    background: #f0f0f0;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
 .progress-line span {
    position: absolute;
    background: linear-gradient(to right, #0066FF, #11EBFA);
    height: 100%;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    text-transform: uppercase;
    animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}
.progress-line .html {
    width: 98%;
}
.progress-line .css {
    width: 95%;
}
.progress-line .bootstrap {
    width: 85%;
}
.progress-line .sql {
    width: 82%;
}
.progress-line .java {
    width: 95%;
}
.progress-line .c {
    width: 96%;
}
.progress-line .cpp {
    width: 93%;
}
.progress-line .salesforce {
    width: 95%;
}
.bar .progress-line span::before {
    position: absolute;
    content: "";
    height: 0;
    right: 0;
    top: -14px;
    width: 0;
    border: 7px solid transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-style: #f0f0f0;
    border-top-color: #07374a;
}
.bar .progress-line span::after {
    position: absolute;
    right: 0;
    top: -28px;
    color: #f0f0f0;
    font-size: 12px;
    font-weight: 700;
    background: #07374a;
    padding: 1px 8px;
    border-radius: 3px;
}
.progress-line .html::after {
    content: "98%";
}
.progress-line .css::after {
    content: "95%"
}
.progress-line .bootstrap::after {
    content: "85%";
}
.progress-line .sql::after {
    content: "82%";
}
.progress-line .java::after {
    content: "95%";
}
.progress-line .c::after {
    content: "96%";
}
.progress-line .cpp::after {
    content: "93%";
}
.progress-line .salesforce::after {
    content: "95%";
}
@media (max-width: 700px) {
      .skills{
        width:80%
      }
      
      .skills-bar .bar .progress-line {
        width: 100%;
      }
}

.title {
  font-family: Eras Bold ITC;
  text-align: center;
  color: #FFF;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}

.title h1 {
   background-image: url(https://media.giphy.com/media/aqS9Eew6JEvyL53pJE/giphy.gif);
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 70px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  margin: 10px 0;
}
@media (max-width: 720px) {
      .title h1{
        font-size: 50px;
      }
}
@media (max-width: 540px) {
      .title h1{
        font-size: 40px;
      }
}

/*services css starts*/

.servicehead h2{
  font-weight: 600;
  font-size: 70px;
  text-align: center !important;
  justify-content: center !important;
  font-family: cursive;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 50%;
  top: 90px;
  bottom: 50px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, deeppink 0, white
              10%, black 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 600px;
  }
}
@media (max-width: 720px) {
      .servicehead h2{
        font-size: 50px;
      }
}
@media (max-width: 540px) {
      .servicehead h2{
        font-size: 40px;
      }
}
.container-fluid1
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}
 .boxx
{
    position: relative;
    max-width: 350px;
    height: 350px;
    background: #2e2e2e;
    justify-content: center;
    align-items: center;
}
.container-fluid1 .boxx::before
{
    content: '';
    position: absolute;
    inset: -10px 50px;
    border-top: 4px solid var(--clr);
    border-bottom: 4px solid var(--clr);
    z-index: -1;
    transform: skewY(15deg);
    transition: 0.5s ease-in-out;
}
.container-fluid1 .boxx:hover::before
{
    transform: skewY(0deg);
    inset: -10px 40px;
}
.container-fluid1 .boxx:hover::after
{
    transform: skew(0deg);
    inset: 40px -10px;
}
.container-fluid1 .boxx .content
{
    position: relative;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container-fluid1 .boxx .content .icon
{
    color: var(--clr);
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 4px #2e2e2e,0 0 0 6px var(--clr);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5em;
    background: #2e2e2e;
    transition: 0.5s ease-in-out;
}
.container-fluid1 .boxx:hover .content .icon 
{
    background: var(--clr);
    color: #2e2e2e;
    box-shadow: 0 0 0 4px #2e2e2e,0 0 0 300px var(--clr);
}
.container-fluid1 .boxx .content .text h3
{
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}
.container-fluid1 .boxx:hover .content .text h3
{
    color: #2e2e2e;
}
.container-fluid1 .boxx .content .text p
{
    color: #999;
    transition: 0.5s ease-in-out;
}
.container-fluid1 .boxx:hover .content .text p
{
    color: #2e2e2e;
}
.container-fluid1 .boxx .content .text a
{
    position: relative;
    background: var(--clr);
    color: #2e2e2e;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    transition: 0.5s ease-in-out;
}
.container-fluid1 .boxx:hover .content .text a
{
    background: #2e2e2e;
    color: var(--clr);
}
/*services css ends*/

/*education and internships css starts*/
.educationhead h2{
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  justify-content: center;
  font-family: cursive;
  text-decoration: none;
  margin-left: 50%;
  margin-top: 90px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, deeppink 0, white
              10%, black 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 600px;
  }
}
@media (max-width: 720px) {
      .educationhead h2{
        font-size: 45px;
      }
}
@media (max-width: 540px) {
      .educationhead h2{
        font-size: 35px;
      }
}

#fh5co-resume {
  padding: 5em 0;
  font-family: "Lucida Calligraphy", Arial, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-resume {
    padding: 3em 0;
  }
}
.timeline-title h3{
  color: #000;
  font-family: "Lucida Calligraphy", Arial, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
}
.timeline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 50%;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .timeline:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .timeline .timeline-heading {
    margin-bottom: 30px;
  }
}
.timeline .timeline-heading > div h3 {
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .timeline .timeline-heading > div h3 {
    float: left;
    margin-bottom: 0;
  }
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timeline > li {
    margin-bottom: 4em;
  }
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .timeline > li > .timeline-panel {
    width: 85% !important;
  }
}
@media screen and (max-width: 480px) {
  .timeline > li > .timeline-panel {
    width: 75% !important;
  }
  .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}
.timeline > li > .timeline-badge {
  width: 44px;
  height: 44px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -21px;
  z-index: 100;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .timeline > li > .timeline-badge {
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 992px) {
  .timeline > li > .timeline-badge {
    margin-left: -10px !important;
  }
}
.timeline > li > .timeline-badge i {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  font-size: 18px;
}
.timeline > li.timeline-unverted {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .timeline > li.timeline-unverted {
    text-align: left;
  }
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-title {
  margin-top: 0;
  font-weight: bold;
  font-size: 25px;
}
.study {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: normal;
  color: #999999;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body{
  font-family: Times New Roman;
  font-size: 23px;
}
.timeline-title{
  font-family: Times New Roman;
  font-size: 30px;
}
@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.js .animate-box {
  opacity: 0;
}
/*education and internships css ends*/

/*hobbies css starts*/
.hobbyhead h2{
  font-weight: 600;
  font-size: 70px;
  text-align: center;
  justify-content: center;
  font-family: cursive;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 50%;
  top: 40px;
  bottom: 50px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, deeppink 0, white
              10%, black 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 600px;
  }
}
@media (max-width: 720px) {
      .hobbyhead h2{
        font-size: 50px;
      }
}
@media (max-width: 540px) {
      .hobbyhead h2{
        font-size: 40px;
      }
}
@-webkit-keyframes carousel-animate {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(200%) scale(0.7);
  }
  3%, 14.2857142857% {
    visibility: visible;
    opacity: 0.8;
    transform: translateX(100%) scale(0.9);
  }
  17.2857142857%, 28.5714285714% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  31.5714285714%, 42.8571428571% {
    visibility: visible;
    opacity: 0.8;
    transform: translateX(-100%) scale(0.9);
  }
  45.8571428571% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-200%) scale(0.9);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-200%) scale(0.7);
  }
}
@keyframes carousel-animate {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(200%) scale(0.7);
  }
  3%, 14.2857142857% {
    visibility: visible;
    opacity: 0.8;
    transform: translateX(100%) scale(0.9);
  }
  17.2857142857%, 28.5714285714% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  31.5714285714%, 42.8571428571% {
    visibility: visible;
    opacity: 0.8;
    transform: translateX(-100%) scale(0.9);
  }
  45.8571428571% {
    visibility: visible;
    opacity: 0;
    transform: translateX(-200%) scale(0.9);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-200%) scale(0.7);
  }
}
:root {
  --light: 0;
  --light: 0;
  --max-width-post: 420px;
  --primary: hsl(
    calc(64 + 220 * var(--light)),
    calc(77% - 7% * var(--light)),
    calc(79% - 56% * var(--light))
  );
  --bg: hsl(
    calc(284 - 220 * var(--light)),
    calc(70% + 7% * var(--light)),
    calc(23% + 56% * var(--light))
  );
  --text-primary: hsl(
    calc(60 * var(--light)),
    calc(19% * var(--light)),
    calc(97% - 89% * var(--light))
  );
  --font-size-sm: clamp(0.7rem, 0.91vw + 0.47rem, 1.2rem);
  --font-size-base: clamp(0.88rem, 1.14vw + 0.59rem, 1.5rem);
  --font-size-md: clamp(1.09rem, 1.42vw + 0.74rem, 1.88rem);
  --font-size-lg: clamp(1.37rem, 1.78vw + 0.92rem, 2.34rem);
  --font-size-xl: clamp(1.71rem, 2.22vw + 1.15rem, 2.93rem);
  --font-size-xxl: clamp(2.14rem, 2.77vw + 1.44rem, 3.66rem);
  --font-size-xxxl: clamp(2.67rem, 3.47vw + 1.8rem, 4.58rem);
}

*,
*::after,
*::before {
  box-sizing: border-box;
}
.body {
  background-color: var(--bg);
  width: 100%;
  height: 100vh;
  font-family: "Montserrat", sans-serif;
  color: var(--text-primary);
  overflow: hidden;
}
@supports (height: 100dvh) {
  .body {
    height: 100dvh;
  }
}
.hobby {
  --container-padding-horizontal: 32px;
  position: relative;
  padding-inline: var(--container-padding-horizontal);
  display: grid;
  place-items: center;
  height: 100%;
}
h4 {
  margin: 0;
}
.carousel {
  pointer-events: none;
  position: absolute;
  -webkit-padding-before: 67px;
          padding-block-start: 67px;
  -webkit-padding-after: max(24px, calc(29px + var(--font-size-md)));
          padding-block-end: max(24px, calc(29px + var(--font-size-md)));
  perspective: 100px;
  width: 100%;
}
@media (max-width: 568px) {
  .carousel {
    -webkit-padding-after: 52px;
            padding-block-end: 52px;
  }
}
.carousel__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 61.2vh;
}
.carousel .item {
  position: absolute;
  max-width: 418px;
  height: 100%;
  margin-inline: var(--container-padding-horizontal);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation: carousel-animate 27s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: carousel-animate 27s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@media (max-width: 568px) {
  .carousel .item {
    margin-inline: calc(var(--container-padding-horizontal) + 1px);
  }
}
.carousel .item:nth-child(1) {
  -webkit-animation-delay: calc(3.8571428571s * -1);
          animation-delay: calc(3.8571428571s * -1);
}
.carousel .item:nth-child(2) {
  -webkit-animation-delay: calc(3.8571428571s * 0);
          animation-delay: calc(3.8571428571s * 0);
}
.carousel .item:nth-child(3) {
  -webkit-animation-delay: calc(3.8571428571s * 1);
          animation-delay: calc(3.8571428571s * 1);
}
.carousel .item:nth-child(4) {
  -webkit-animation-delay: calc(3.8571428571s * 2);
          animation-delay: calc(3.8571428571s * 2);
}
.carousel .item:nth-child(5) {
  -webkit-animation-delay: calc(3.8571428571s * 3);
          animation-delay: calc(3.8571428571s * 3);
}
.carousel .item:nth-child(6) {
  -webkit-animation-delay: calc(3.8571428571s * 4);
          animation-delay: calc(3.8571428571s * 4);
}
.carousel .item:last-child {
  -webkit-animation-delay: calc(-3.8571428571s * 2);
          animation-delay: calc(-3.8571428571s * 2);
}
.carousel img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.instagram {
  --pading-horizontal: 16px;
  --border: 1px solid var(--primary);
  max-width: var(--max-width-post);
  width: 100%;
  border: var(--border);
  border-radius: 20px;
}
.instagram__header {
  padding-block: 12px;
  border-bottom: var(--border);
}
.instagram__header figure {
  padding-block: 0;
  padding-inline: var(--pading-horizontal);
  margin: 0;
  display: flex;
  align-items: center;
}
.instagram__header figure img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: var(--border);
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.instagram__media {
  display: flex;
  border-bottom: var(--border);
}
.instagram__media .img {
  max-width: 100%;
  height: 61.2vh;
}
.instagram__buttons {
  padding-block: 12px;
  padding-inline: var(--pading-horizontal);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.instagram__buttons .left1 {
  display: flex;
  align-items: center;
}
.instagram__buttons .left1 svg:nth-of-type(2) {
  margin-inline: 12px;
}
.instagram__icon {
  cursor: pointer;
  width: 1em;
  height: 1em;
  font-size: var(--font-size-md);
  min-width: 24px;
  min-height: 24px;
}
.instagram__icon:hover {
  opacity: 0.7;
}
.instagram__icon path {
  stroke: var(--primary);
  stroke-linejoin: round;
}
.instagram__icon--comment path {
  stroke-width: 2;
}
.instagram__icon--message {
  -webkit-margin-before: 3px;
          margin-block-start: 3px;
}
.instagram__icon--message path {
  stroke-width: 2;
}
.instagram__icon--saved path {
  stroke-width: 2;
}
/*hobbies css ends*/

/*contact css starts*/
/*get in touch css*/
  .color {
  font-size: 3.5rem;
  color: rgb(32, 32, 32);
  font-weight: 800;
  text-align: center;
}
.color span {
  color: rgb(115, 3, 167);
}
a {
  color: #2c98f0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #2c98f0;
    outline: none;
    text-decoration: none !important; }
p {
  margin-bottom: 1.5em; }
.contacthead h2{
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  justify-content: center;
  font-family: cursive;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 50%;
  top: 20px;
  margin-bottom: 120px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, deeppink 0, white
              10%, black 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 600px;
  }
}
@media (max-width: 720px) {
      .contacthead h2{
        font-size: 50px;
      }
}
@media (max-width: 540px) {
      .contacthead h2{
        font-size: 40px;
      }
}
.colorlib-heading {
  font-size: 25px;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 4em;
  font-weight: 700;
  font-family: forte;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative; }
  .colorlib-heading span {
    display: block; }
  @media screen and (max-width: 768px) {
    .colorlib-heading {
      margin-bottom: 3em; } }

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px; }

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative; }
  .colorlib-feature .colorlib-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: #f2f3f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .colorlib-feature .colorlib-icon i {
      display: table-cell;
      vertical-align: middle;
      color: #2c98f0;
      font-size: 60px;
      height: 100px; }
      @media screen and (max-width: 1200px) {
        .colorlib-feature .colorlib-icon i {
          font-size: 40px; } }
  .colorlib-feature .colorlib-text {
     padding-left: 110px;
    width: 100%; }
    .colorlib-feature .colorlib-text h2, .colorlib-feature .colorlib-text h3 {
      margin: 0;
      padding: 0; }
    .colorlib-feature .colorlib-text h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .colorlib-feature.colorlib-feature-sm .colorlib-text {
    margin-top: 30px; }
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    color: black;
    font-size: 40px; }
    @media screen and (max-width: 1200px) {
      .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
        font-size: 28px; } }

.form-group .btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important; }
  .form-group .btn.btn-sm {
    padding: 4px 15px !important; }
  .form-group .btn.btn-md {
    padding: 8px 20px !important; }
  .form-group .btn.btn-lg {
    padding: 18px 36px !important; }
  .form-group .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.form-group .btn-primary {
  background: #2c98f0;
  color: #fff;
  border: 2px solid #2c98f0; }
  .form-group .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #44a4f2 !important;
    border-color: #44a4f2 !important; }
  .form-group .btn-primary.btn-outline {
    background: transparent;
    color: #2c98f0;
    border: 2px solid #2c98f0; }
    .form-group .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #2c98f0;
      color: #fff; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #f2f3f7;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background: #f0f0f0; }

#message {
  height: 130px; }

.js .animate-box {
  opacity: 0; }
/*contact css ends*/
/*form css*/
.card {
    position: relative;
    width: auto;
    height: 50px;
    color: #fff;
    background: transparent;
    overflow: hidden;
    border-top: 1px solid rgba(255, 49, 49, 0.5);
    border-right: 1px solid rgba(0, 255, 255, 0.5);
    border-bottom: 1px solid rgba(42, 15, 192, 0.5);
    border-left: 1px solid rgba(179, 151, 52, 0.5);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 1em;
}
.textcard {
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    background: transparent;
    overflow: hidden;
    border-top: 1px solid rgba(255, 49, 49, 0.5);
    border-right: 1px solid rgba(0, 255, 255, 0.5);
    border-bottom: 1px solid rgba(42, 15, 192, 0.5);
    border-left: 1px solid rgba(179, 151, 52, 0.5);
    font-family: sans-serif;
    display: flex;
   margin: 1em;
}
article span {
    position: absolute;
    border-radius: 100vmax;
}
.my{
      border-top: hidden !important;
      border-right: hidden !important;
      border-left: hidden !important;
      border-bottom: hidden !important;
    }
.top {
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg, transparent 30%,
                rgba(255, 49, 49, 0.5),
                rgb(255, 49, 49)
    );
}
.bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
                rgba(42, 15, 192, 0.5),
                rgb(8, 60, 109),
                transparent 70%
    );
}
.right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg, transparent 30%,
                rgba(0, 255, 255, 0.5),
                rgb(0, 255, 255)
    );
}
.left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg, 
                rgba(255, 255, 125, 0.5),
                rgb(255, 255, 125),
                transparent 30%
    );
}
.top {
    animation: animateTop 3s ease-in-out infinite;
}
.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}
.right {
    animation: animateRight 3s ease-in-out infinite;
}
.left {
    animation: animateLeft 3s ease-in-out infinite;
}
@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }
    30%,100% {
        opacity: 0;
    }
}
@keyframes animateBottom {
    0%, 50% {
        opacity: 0;
        width: 0;
    }
    75% {
        opacity: 1;
        width: 100%;
    }
    76%,100% {
        opacity: 0;
    }
}
@keyframes animateRight {
    0%,
    25% {
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
        height: 100%;
    }
        55%, 100% {
            height: 100%;
            opacity: 0;
        }
    }
@keyframes animateLeft {
    0%, 75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        height: 100%;
    }
}


/*footer icons css start*/
.icons{
   height: 30vh;*/
  overflow: hidden;
  background: linear-gradient(18deg, #e37682, #a58fe9);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.hexagon-wrapper {
  margin: auto;
  display: flex;
  text-align: initial;
  width: 100px;
  height: 100px;
/*  cursor: pointer;*/
}

.hexagon {
  position: relative;
  width: 32.5%;
  height: 55%;
  margin: auto;
  background: linear-gradient(-180deg, white, #fda3b2);
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.5s;
}
.hexagon i {
  z-index: 1;
  margin: auto;
  font-size: 30px;
  color: transparent;
  background: linear-gradient(45deg, #a58fe9, #e37682);
  background-clip: text;
  -webkit-background-clip: text;
}
.hexagon:before,
.hexagon:after {
  position: absolute;
  content: "";
  background: inherit;
  height: 100%;
  width: 100%;
  border-radius: 0;
  transition: 0.5s;
  transform-origin: center;
}
.hexagon:before {
  transform: rotateZ(60deg);
}
.hexagon:after {
  transform: rotateZ(-60deg);
}
.hexagon:hover {
  border-radius: 50px;
  transition: 0.5s;
}
.hexagon:hover:before {
  border-radius: 50px;
  transition: 0.5s;
}
.hexagon:hover:after {
  border-radius: 50px;
  transition: 0.5s;
}

.shine{
  width: 200px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: purple;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.shine:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 5;
  transition: opacity .3s ease-in-out;
  border-radius: 20px;
}
.shine:active {
  color: #000;
}
.shine:active:after {
  background: transparent;
}
.shine:hover:before {
  opacity: 3;
}
.shine:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #161669;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.msg-click{
  font-size: 1.3rem;
  font-weight: lighter;
}
@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.shine > input {
    font-size: 30px;
    margin-top: 9px;
    color: white;
  }
/*footer icons css ends*/

/* CSS for scroll to top button */
#btnScrollToTop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to top, #39D1D1, #FFFF33);
    box-shadow: 0 0 10px rgba(0, 0, 0,0.1);
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    z-index:9999;
}
#btnScrollToTop:active, #btnScrollToTop:hover{
    background: linear-gradient(to top, #D750C9, #6931EE);
    box-shadow: 0px 0px 20px black;
}

  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 0px rgb(154, 233, 158), 0 0 10px rgb(116, 180, 137), 0 0 20px #79dd97, 0 0 30px #60d3a7, 0 0 40px #43f091, 0 0 50px #24e4a4, 0 0 60px #00ff95;
    }
    
    to {
      text-shadow: 0 0 20px rgb(168, 223, 171), 0 0 30px rgb(62, 172, 95), 0 0 40px #79dd97, 0 0 50px #60d3a7, 0 0 60px #43f091, 0 0 70px #24e4a4, 0 0 80px #00ff95;
    }
  }

  ::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: linear-gradient(to top, #DC153D, #7A28D8); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #3FD828; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(87,142,84); 
  }